home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine CD 1995 / Archive Magazine CD 1995.iso / discs / pipeline / pipedream / Documents / Functions / Complex next >
Text File  |  1991-10-09  |  6KB  |  233 lines

  1. %OP%DP4
  2. %OP%LP*
  3. %OP%TM4
  4. %OP%BM4
  5. %OP%LM5
  6. %OP%FX
  7. %OP%FY
  8. %OP%FS
  9. %OP%WC216,1464,440,1200,0,1,0,0
  10. %OP%VS3.40R (11-Oct-90), Mrjc, R9200 7500 3900 8299 
  11. %CO:A,8,100%%L%%H1%Complex Functions Examples
  12.  
  13.  
  14. %C%Function
  15.  z
  16. w
  17. z+w
  18. z-w
  19. z*w
  20. z/w
  21. z^w
  22. exp(z)
  23. ln(z)
  24. cos(z)
  25. sin(z)
  26. tan(z)
  27. acos(z)
  28. asin(z)
  29. atan(z)
  30. cosh(z)
  31. sinh(z)
  32. tanh(z)
  33. acosh(z)
  34. asinh(z)
  35. atanh(z)
  36. cosec(z)
  37. cot(z)
  38. sec(z)
  39. acosec(z)
  40. acot(z)
  41. asec(z)
  42. cosech(z)
  43. coth(z)
  44. sech(z)
  45. acosech(z)
  46. acoth(z)
  47. asech(z)
  48. %CO:B,9,15%
  49.  
  50.  
  51. %R%Real
  52. %V%%R%1
  53. %V%%R%2
  54. %V%%R%index(c_add({$b$5,$c$5},{$b$6,$c$6}),1,1)
  55. %V%%R%index(c_sub({$b$5,$c$5},{$b$6,$c$6}),1,1)
  56. %V%%R%index(c_mul({$b$5,$c$5},{$b$6,$c$6}),1,1)
  57. %V%%R%index(c_div({$b$5,$c$5},{$b$6,$c$6}),1,1)
  58. %V%%R%index(c_power({$b$5,$c$5},{$b$6,$c$6}),1,1)
  59. %V%%R%index(c_exp({$b$5,$c$5}),1,1)
  60. %V%%R%index(c_ln({$b$5,$c$5}),1,1)
  61. %V%%R%index(c_cos({$b$5,$c$5}),1,1)
  62. %V%%R%index(c_sin({$b$5,$c$5}),1,1)
  63. %V%%R%index(c_tan({$b$5,$c$5}),1,1)
  64. %V%%R%index(c_acos({$b$5,$c$5}),1,1)
  65. %V%%R%index(c_asin({$b$5,$c$5}),1,1)
  66. %V%%R%index(c_atan({$b$5,$c$5}),1,1)
  67. %V%%R%index(c_cosh({$b$5,$c$5}),1,1)
  68. %V%%R%index(c_sinh({$b$5,$c$5}),1,1)
  69. %V%%R%index(c_tanh({$b$5,$c$5}),1,1)
  70. %V%%R%index(c_acosh({$b$5,$c$5}),1,1)
  71. %V%%R%index(c_asinh({$b$5,$c$5}),1,1)
  72. %V%%R%index(c_atanh({$b$5,$c$5}),1,1)
  73. %V%%R%index(c_cosec({$b$5,$c$5}),1,1)
  74. %V%%R%index(c_cot({$b$5,$c$5}),1,1)
  75. %V%%R%index(c_sec({$b$5,$c$5}),1,1)
  76. %V%%R%index(c_acosec({$b$5,$c$5}),1,1)
  77. %V%%R%index(c_acot({$b$5,$c$5}),1,1)
  78. %V%%R%index(c_asec({$b$5,$c$5}),1,1)
  79. %V%%R%index(c_cosech({$b$5,$c$5}),1,1)
  80. %V%%R%index(c_coth({$b$5,$c$5}),1,1)
  81. %V%%R%index(c_sech({$b$5,$c$5}),1,1)
  82. %V%%R%index(c_acosech({$b$5,$c$5}),1,1)
  83. %V%%R%index(c_acoth({$b$5,$c$5}),1,1)
  84. %V%%R%index(c_asech({$b$5,$c$5}),1,1)
  85. %CO:C,10,13%
  86.  
  87.  
  88. %R%Imaginary
  89. %V%%R%1
  90. %V%%R%-1
  91. %V%%R%index(c_add({$b$5,$c$5},{$b$6,$c$6}),2,1)
  92. %V%%R%index(c_sub({$b$5,$c$5},{$b$6,$c$6}),2,1)
  93. %V%%R%index(c_mul({$b$5,$c$5},{$b$6,$c$6}),2,1)
  94. %V%%R%index(c_div({$b$5,$c$5},{$b$6,$c$6}),2,1)
  95. %V%%R%index(c_power({$b$5,$c$5},{$b$6,$c$6}),2,1)
  96. %V%%R%index(c_exp({$b$5,$c$5}),2,1)
  97. %V%%R%index(c_ln({$b$5,$c$5}),2,1)
  98. %V%%R%index(c_cos({$b$5,$c$5}),2,1)
  99. %V%%R%index(c_sin({$b$5,$c$5}),2,1)
  100. %V%%R%index(c_tan({$b$5,$c$5}),2,1)
  101. %V%%R%index(c_acos({$b$5,$c$5}),2,1)
  102. %V%%R%index(c_atan({$b$5,$c$5}),2,1)
  103. %V%%R%index(c_atan({$b$5,$c$5}),2,1)
  104. %V%%R%index(c_cosh({$b$5,$c$5}),2,1)
  105. %V%%R%index(c_sinh({$b$5,$c$5}),2,1)
  106. %V%%R%index(c_tanh({$b$5,$c$5}),2,1)
  107. %V%%R%index(c_acosh({$b$5,$c$5}),2,1)
  108. %V%%R%index(c_asinh({$b$5,$c$5}),2,1)
  109. %V%%R%index(c_atanh({$b$5,$c$5}),2,1)
  110. %V%%R%index(c_cosec({$b$5,$c$5}),2,1)
  111. %V%%R%index(c_cot({$b$5,$c$5}),2,1)
  112. %V%%R%index(c_sec({$b$5,$c$5}),2,1)
  113. %V%%R%index(c_acosec({$b$5,$c$5}),2,1)
  114. %V%%R%index(c_acot({$b$5,$c$5}),2,1)
  115. %V%%R%index(c_asec({$b$5,$c$5}),2,1)
  116. %V%%R%index(c_cosech({$b$5,$c$5}),2,1)
  117. %V%%R%index(c_coth({$b$5,$c$5}),2,1)
  118. %V%%R%index(c_sech({$b$5,$c$5}),2,1)
  119. %V%%R%index(c_acosech({$b$5,$c$5}),2,1)
  120. %V%%R%index(c_acoth({$b$5,$c$5}),2,1)
  121. %V%%R%index(c_asech({$b$5,$c$5}),2,1)
  122. %CO:D,9,62%
  123.  
  124.  
  125. %R%Modulus
  126. %V%%R%c_radius({b5,c5})
  127. %V%%R%c_radius({b6,c6})
  128. %V%%R%c_radius({b7,c7})
  129. %V%%R%c_radius({b8,c8})
  130. %V%%R%c_radius({b9,c9})
  131. %V%%R%c_radius({b10,c10})
  132. %V%%R%c_radius({b11,c11})
  133. %V%%R%c_radius({b12,c12})
  134. %V%%R%c_radius({b13,c13})
  135. %V%%R%c_radius({b14,c14})
  136. %V%%R%c_radius({b15,c15})
  137. %V%%R%c_radius({b16,c16})
  138. %V%%R%c_radius({b17,c17})
  139. %V%%R%c_radius({b18,c18})
  140. %V%%R%c_radius({b19,c19})
  141. %V%%R%c_radius({b20,c20})
  142. %V%%R%c_radius({b21,c21})
  143. %V%%R%c_radius({b22,c22})
  144. %V%%R%c_radius({b23,c23})
  145. %V%%R%c_radius({b24,c24})
  146. %V%%R%c_radius({b25,c25})
  147. %V%%R%c_radius({b26,c26})
  148. %V%%R%c_radius({b27,c27})
  149. %V%%R%c_radius({b28,c28})
  150. %V%%R%c_radius({b29,c29})
  151. %V%%R%c_radius({b30,c30})
  152. %V%%R%c_radius({b31,c31})
  153. %V%%R%c_radius({b32,c32})
  154. %V%%R%c_radius({b33,c33})
  155. %V%%R%c_radius({b34,c34})
  156. %V%%R%c_radius({b35,c35})
  157. %V%%R%c_radius({b36,c36})
  158. %V%%R%c_radius({b37,c37})
  159. %CO:E,10,79%
  160.  
  161.  
  162. %R%Argument
  163. %V%%R%c_theta({b5,c5})
  164. %V%%R%c_theta({b6,c6})
  165. %V%%R%c_theta({b7,c7})
  166. %V%%R%c_theta({b8,c8})
  167. %V%%R%c_theta({b9,c9})
  168. %V%%R%c_theta({b10,c10})
  169. %V%%R%c_theta({b11,c11})
  170. %V%%R%c_theta({b12,c12})
  171. %V%%R%c_theta({b13,c13})
  172. %V%%R%c_theta({b14,c14})
  173. %V%%R%c_theta({b15,c15})
  174. %V%%R%c_theta({b16,c16})
  175. %V%%R%c_theta({b17,c17})
  176. %V%%R%c_theta({b18,c18})
  177. %V%%R%c_theta({b19,c19})
  178. %V%%R%c_theta({b20,c20})
  179. %V%%R%c_theta({b21,c21})
  180. %V%%R%c_theta({b22,c22})
  181. %V%%R%c_theta({b23,c23})
  182. %V%%R%c_theta({b24,c24})
  183. %V%%R%c_theta({b25,c25})
  184. %V%%R%c_theta({b26,c26})
  185. %V%%R%c_theta({b27,c27})
  186. %V%%R%c_theta({b28,c28})
  187. %V%%R%c_theta({b29,c29})
  188. %V%%R%c_theta({b30,c30})
  189. %V%%R%c_theta({b31,c31})
  190. %V%%R%c_theta({b32,c32})
  191. %V%%R%c_theta({b33,c33})
  192. %V%%R%c_theta({b34,c34})
  193. %V%%R%c_theta({b35,c35})
  194. %V%%R%c_theta({b36,c36})
  195. %V%%R%c_theta({b37,c37})
  196. %CO:F,3,0%%CO:G,49,56%
  197.  
  198.  
  199. Summary
  200. Defining complex number z.
  201. Defining complex number w.
  202. Adds two complex numbers.
  203. Subtracts two complex numbers.
  204. Multiplies two complex numbers.
  205. Divides one complex number by another.
  206. Raises one complex number to the power of another.
  207. Raises e (natural exponent) to the power of a complex number.
  208. Returns the natural logarithm of a complex number.
  209. Returns the Cosine of a complex number.
  210. Returns the Sine of a complex number.
  211. Returns the Tangent of a complex number.
  212. Returns the inverse Cosine of a complex number.
  213. Returns the inverse Sine of a complex number.
  214. Returns the inverse Tangent of a complex number.
  215. Returns the hyperbolic Cosine of a complex number.
  216. Returns the hyperbolic Sine of a complex number.
  217. Returns the hyperbolic Tangent of a complex number.
  218. Returns the inverse hyperbolic Cosine of a complex number.
  219. Returns the inverse hyperbolic Sine of a complex number.
  220. Returns the inverse hyperbolic Tangent of a complex number.
  221. Returns the Cosecant of a complex number.
  222. Returns the Cotangent of a complex number.
  223. Returns the Secant of a complex number.
  224. Returns the inverse Cosecant of a complex number.
  225. Returns the inverse Cotangent of a complex number.
  226. Returns the inverse Secant of a complex number.
  227. Returns the hyperbolic Cosecant of a complex number.
  228. Returns the hyperbolic Cotangent of a complex number.
  229. Returns the hyperbolic Secant of a complex number.
  230. Returns the inverse hyperbolic Cosecant of a complex number.
  231. Returns the inverse hyperbolic Cotangent of a complex number.
  232. Returns the inverse hyperbolic Secant of a complex number.
  233.